Skip to content

Conversation

@per1234
Copy link
Contributor

@per1234 per1234 commented Dec 21, 2020

On every push and pull request, use the arduino/compile-sketches action to compile the example sketches for the same list of boards.

On creation or commit to a pull request, use the arduino/report-size-deltas action to comment a report of the resulting change in memory usage of the examples to the PR thread.

On every push, pull request, and periodically, use the codespell-project/actions-codespell action to check for commonly misspelled words. In the event of a false positive, the problematic word should be added, in all lowercase, to
extras/codespell-ignore-words-list.txt, after which it will be ignored by the action.


Note: I believe the compilation failures are genuine rather than a misconfiguration of the workflow.


@per1234 per1234 requested a review from aentinger December 21, 2020 14:12
On every push and pull request, do a "smoke test" by compiling the example sketches of the library for the given list of
Arduino boards.
On creation or commit to a pull request, a report of the resulting change in memory usage of the examples will be
commented to the PR thread.
In the event of a false positive, the problematic word should be added, in all lowercase, to
extras/codespell-ignore-words-list.txt, after which it will be ignored by the action.
Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Thank you @per1234 🚀

@aentinger aentinger merged commit df69cda into arduino-libraries:master Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add GitHub Action based CI

2 participants